[INFO] cloning repository https://github.com/nsvoriginals/liquid
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nsvoriginals/liquid" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnsvoriginals%2Fliquid", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnsvoriginals%2Fliquid'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 494c31d2bb81385ef3287fa4b793d50ce1ccf7ee
[INFO] testing nsvoriginals/liquid against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnsvoriginals%2Fliquid" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/nsvoriginals/liquid
[INFO] finished tweaking git repo https://github.com/nsvoriginals/liquid
[INFO] tweaked toml for git repo https://github.com/nsvoriginals/liquid written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nsvoriginals/liquid on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nsvoriginals/liquid already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 815c722a5544352bfdb545c4d2159ff923938115ebfb4248a89f5db8a76b610c
[INFO] running `Command { std: "docker" "start" "-a" "815c722a5544352bfdb545c4d2159ff923938115ebfb4248a89f5db8a76b610c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "815c722a5544352bfdb545c4d2159ff923938115ebfb4248a89f5db8a76b610c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "815c722a5544352bfdb545c4d2159ff923938115ebfb4248a89f5db8a76b610c", kill_on_drop: false }`
[INFO] [stdout] 815c722a5544352bfdb545c4d2159ff923938115ebfb4248a89f5db8a76b610c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d32ac226070882e55aee173aba759994deded6d85fbac5fdf925e8b90e698d3b
[INFO] running `Command { std: "docker" "start" "-a" "d32ac226070882e55aee173aba759994deded6d85fbac5fdf925e8b90e698d3b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling Rust-01 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0255]: the name `StorageEngine` is defined multiple times
[INFO] [stdout]   --> src/db/exec.rs:42:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | use super::storage_engine::StorageEngine; // Assuming StorageEngine is declared in the storage_engine module
[INFO] [stdout]    |     ------------------------------------ previous import of the type `StorageEngine` here
[INFO] [stdout] ...
[INFO] [stdout] 42 | pub struct StorageEngine {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^ `StorageEngine` redefined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `StorageEngine` must be defined only once in the type namespace of this module
[INFO] [stdout] help: you can use `as` to change the binding name of the import
[INFO] [stdout]    |
[INFO] [stdout]  3 | use super::storage_engine::StorageEngine as OtherStorageEngine; // Assuming StorageEngine is declared in the storage_engine module
[INFO] [stdout]    |                                          +++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `db::executor`
[INFO] [stdout]  --> src/main.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     executor::QueryExecutor, lexer::Tokenizer, parser::Parser, schema::Row,
[INFO] [stdout]   |     ^^^^^^^^ could not find `executor` in `db`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nom` in this scope
[INFO] [stdout]  --> src/db/parser.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use nom::{
[INFO] [stdout]   |     ^^^ use of unresolved module or unlinked crate `nom`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `nom`, use `cargo add nom` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `super::exec::ExecutionError`
[INFO] [stdout]  --> src/db/storage_engine.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::exec::ExecutionError;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ExecutionError` in `db::exec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `nom`
[INFO] [stdout]  --> src/db/parser.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use nom::{
[INFO] [stdout]   |     ^^^ use of unresolved module or unlinked crate `nom`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `nom`, use `cargo add nom` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nom` in this scope
[INFO] [stdout]    --> src/db/parser.rs:293:17
[INFO] [stdout]     |
[INFO] [stdout] 293 |             Err(nom::Err::Error(e)) | Err(nom::Err::Failure(e)) => {
[INFO] [stdout]     |                 ^^^ use of unresolved module or unlinked crate `nom`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `nom`, use `cargo add nom` to add it to your `Cargo.toml`
[INFO] [stdout] help: there is an enum variant `core::result::Result::Err` and 3 others; try using the variant's enum
[INFO] [stdout]     |
[INFO] [stdout] 293 -             Err(nom::Err::Error(e)) | Err(nom::Err::Failure(e)) => {
[INFO] [stdout] 293 +             Err(core::result::Result::Error(e)) | Err(nom::Err::Failure(e)) => {
[INFO] [stdout]     |
[INFO] [stdout] 293 -             Err(nom::Err::Error(e)) | Err(nom::Err::Failure(e)) => {
[INFO] [stdout] 293 +             Err(serde::__private::Error(e)) | Err(nom::Err::Failure(e)) => {
[INFO] [stdout]     |
[INFO] [stdout] 293 -             Err(nom::Err::Error(e)) | Err(nom::Err::Failure(e)) => {
[INFO] [stdout] 293 +             Err(std::result::Result::Error(e)) | Err(nom::Err::Failure(e)) => {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nom` in this scope
[INFO] [stdout]    --> src/db/parser.rs:293:43
[INFO] [stdout]     |
[INFO] [stdout] 293 |             Err(nom::Err::Error(e)) | Err(nom::Err::Failure(e)) => {
[INFO] [stdout]     |                                           ^^^ use of unresolved module or unlinked crate `nom`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `nom`, use `cargo add nom` to add it to your `Cargo.toml`
[INFO] [stdout] help: there is an enum variant `core::result::Result::Err` and 3 others; try using the variant's enum
[INFO] [stdout]     |
[INFO] [stdout] 293 -             Err(nom::Err::Error(e)) | Err(nom::Err::Failure(e)) => {
[INFO] [stdout] 293 +             Err(nom::Err::Error(e)) | Err(core::result::Result::Failure(e)) => {
[INFO] [stdout]     |
[INFO] [stdout] 293 -             Err(nom::Err::Error(e)) | Err(nom::Err::Failure(e)) => {
[INFO] [stdout] 293 +             Err(nom::Err::Error(e)) | Err(serde::__private::Failure(e)) => {
[INFO] [stdout]     |
[INFO] [stdout] 293 -             Err(nom::Err::Error(e)) | Err(nom::Err::Failure(e)) => {
[INFO] [stdout] 293 +             Err(nom::Err::Error(e)) | Err(std::result::Result::Failure(e)) => {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nom` in this scope
[INFO] [stdout]    --> src/db/parser.rs:296:17
[INFO] [stdout]     |
[INFO] [stdout] 296 |             Err(nom::Err::Incomplete(_)) => Err("Incomplete input".to_string()),
[INFO] [stdout]     |                 ^^^ use of unresolved module or unlinked crate `nom`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `nom`, use `cargo add nom` to add it to your `Cargo.toml`
[INFO] [stdout] help: there is an enum variant `core::result::Result::Err` and 3 others; try using the variant's enum
[INFO] [stdout]     |
[INFO] [stdout] 296 -             Err(nom::Err::Incomplete(_)) => Err("Incomplete input".to_string()),
[INFO] [stdout] 296 +             Err(core::result::Result::Incomplete(_)) => Err("Incomplete input".to_string()),
[INFO] [stdout]     |
[INFO] [stdout] 296 -             Err(nom::Err::Incomplete(_)) => Err("Incomplete input".to_string()),
[INFO] [stdout] 296 +             Err(serde::__private::Incomplete(_)) => Err("Incomplete input".to_string()),
[INFO] [stdout]     |
[INFO] [stdout] 296 -             Err(nom::Err::Incomplete(_)) => Err("Incomplete input".to_string()),
[INFO] [stdout] 296 +             Err(std::result::Result::Incomplete(_)) => Err("Incomplete input".to_string()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::storage_engine::StorageEngine`
[INFO] [stdout]  --> src/db/exec.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use super::storage_engine::StorageEngine; // Assuming StorageEngine is declared in the storage_engine module
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]   --> src/db/exec.rs:61:9
[INFO] [stdout]    |
[INFO] [stdout] 61 |     use std::collections::HashMap;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bincode` in this scope
[INFO] [stdout]    --> src/db/storage_engine.rs:119:23
[INFO] [stdout]     |
[INFO] [stdout] 119 |         buffer.extend(bincode::serialize(self).unwrap());
[INFO] [stdout]     |                       ^^^^^^^ use of unresolved module or unlinked crate `bincode`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `bincode`, use `cargo add bincode` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bincode` in this scope
[INFO] [stdout]    --> src/db/storage_engine.rs:124:12
[INFO] [stdout]     |
[INFO] [stdout] 124 |         Ok(bincode::deserialize(buffer).unwrap())
[INFO] [stdout]     |            ^^^^^^^ use of unresolved module or unlinked crate `bincode`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `bincode`, use `cargo add bincode` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: a value of type `Vec<String>` cannot be built from an iterator over elements of type `(&usize, &Row)`
[INFO] [stdout]   --> src/db/exec.rs:33:22
[INFO] [stdout]    |
[INFO] [stdout] 33 |                     .collect();
[INFO] [stdout]    |                      ^^^^^^^ value of type `Vec<String>` cannot be built from `std::iter::Iterator<Item=(&usize, &Row)>`
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `FromIterator<(&usize, &Row)>` is not implemented for `Vec<String>`
[INFO] [stdout]       but trait `FromIterator<String>` is implemented for it
[INFO] [stdout]   --> /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/vec/mod.rs:3881:0
[INFO] [stdout]    = help: for that trait implementation, expected `String`, found `(&usize, &Row)`
[INFO] [stdout] note: the method call chain might not have had the expected associated types
[INFO] [stdout]   --> src/db/exec.rs:31:22
[INFO] [stdout]    |
[INFO] [stdout] 29 |                   let result: Vec<String> = table
[INFO] [stdout]    |  ___________________________________________-
[INFO] [stdout] 30 | |                     .rows
[INFO] [stdout]    | |_________________________- this expression has type `HashMap<usize, Row>`
[INFO] [stdout] 31 |                       .iter()
[INFO] [stdout]    |                        ^^^^^^ `Iterator::Item` is `(&usize, &Row)` here
[INFO] [stdout] 32 |                       .map(|row| row.clone()) // Assuming you want to return the rows as strings, or customize this
[INFO] [stdout]    |                        ---------------------- `Iterator::Item` remains `(&usize, &Row)` here
[INFO] [stdout] note: required by a bound in `collect`
[INFO] [stdout]   --> /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/iter/traits/iterator.rs:2067:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `name` on type `db::schema::Table`
[INFO] [stdout]   --> src/db/exec.rs:55:34
[INFO] [stdout]    |
[INFO] [stdout] 55 |         self.tables.insert(table.name.clone(), table);
[INFO] [stdout]    |                                  ^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `columns`, `rows`, `primary_key`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0255, E0277, E0432, E0433, E0609.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0255`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `Rust-01` (bin "Rust-01") due to 12 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "d32ac226070882e55aee173aba759994deded6d85fbac5fdf925e8b90e698d3b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d32ac226070882e55aee173aba759994deded6d85fbac5fdf925e8b90e698d3b", kill_on_drop: false }`
[INFO] [stdout] d32ac226070882e55aee173aba759994deded6d85fbac5fdf925e8b90e698d3b
